go/printer.printer.stmt (method)

12 uses

	go/printer (current package)
		nodes.go#L1206: 			p.stmt(s, nextIsRBrace && i == len(list)-1)
		nodes.go#L1292: 			p.stmt(init, false)
		nodes.go#L1303: 				p.stmt(post, false)
		nodes.go#L1347: func (p *printer) stmt(stmt ast.Stmt, nextIsRBrace bool) {
		nodes.go#L1378: 		p.stmt(s.Stmt, nextIsRBrace)
		nodes.go#L1455: 				p.stmt(s.Else, nextIsRBrace)
		nodes.go#L1461: 				p.stmt(s.Else, true)
		nodes.go#L1486: 			p.stmt(s.Init, false)
		nodes.go#L1490: 		p.stmt(s.Assign, false)
		nodes.go#L1497: 			p.stmt(s.Comm, false)
		nodes.go#L1894: 				p.stmt(s, i == len(b.List)-1)
		printer.go#L1155: 		p.stmt(n, false)